xen.git
2006-03-20 emellor@leeni... Remove unused, broken, redundant and undocumented optio...
2006-03-17 kaf24@firebug... Allows the hypervisor to build without warnings (wisely...
2006-03-17 kaf24@firebug... Fix the gzip size extraction in xc_inflate_buffer(...
2006-03-17 kaf24@firebug... Fix sched_sedf adjdom to properly clamp the period...
2006-03-17 kaf24@firebug... Declare inline function as 'static inline', not 'extern...
2006-03-17 vhanquez@kneesa... Reinitialize producer and consumer index to 0 if indexe...
2006-03-17 vhanquez@kneesa... Substitute kmalloc+memset by kzalloc where possible
2006-03-16 kaf24@firebug... Clean up HVM relinquish_guest_resources interface and...
2006-03-16 kaf24@firebug... Add Summagraphics Tablet emulation for VNC users. ...
2006-03-16 kaf24@firebug... Change the VNC main input loop delay from 1 second...
2006-03-16 kaf24@firebug... Add a shadow VRAM to track changes to the real VRAM...
2006-03-16 kaf24@firebug... Explicitly include time.h to get gettimeofday declaration.
2006-03-16 kaf24@firebug... pcifront poll loop now checks gettimeofday rather than...
2006-03-15 kaf24@firebug... Implement console for Mini-os and also fix 2 bugs:
2006-03-15 kaf24@firebug... Make asm macros use the generally accepted comma-separa...
2006-03-15 kaf24@firebug... Update interface documentation to include sched_op_new...
2006-03-15 kaf24@firebug... Remove unnecessary cr4 handling in vmx_set_cr0.
2006-03-15 vhanquez@kneesa... merge
2006-03-15 vhanquez@kneesa... fix buffer overflow in print XS_DEBUG command
2006-03-15 vhanquez@kneesa... move XS_DEBUG code into a proper function
2006-03-15 kaf24@firebug... Make MTU rx check in netfront more permissive to allow...
2006-03-15 kaf24@firebug... Remove unused macro VMX_CPU_STATE_PG_ENABLED.
2006-03-15 kaf24@firebug... Fix 64-bit build.
2006-03-15 vhanquez@kneesa... Do not BUG when receiving unexpected message type from...
2006-03-15 Ian.Campbell... There is no need to pin page tables when XENFEAT_writab...
2006-03-15 kaf24@firebug... Fix x86/64 HVM assertion failure.
2006-03-15 kaf24@firebug... I've found it useful to display the panic message ...
2006-03-15 kaf24@firebug... Unlike x86 and apparently ia64, PowerPC delivers timer...
2006-03-15 kaf24@firebug... Add extra tracing near a commonly-failing scheduler...
2006-03-14 kaf24@firebug... Define a new sched_op hypercall called sched_op_new...
2006-03-14 kaf24@firebug... Add a read barrier to the time-values-uptodate xenlinux...
2006-03-14 kaf24@firebug... Fix ASSERT failure caused by NX support code on x86_64
2006-03-14 kaf24@firebug... When both stolen and blocked are rounded down, it is...
2006-03-14 kaf24@firebug... Xen/ia64 build fixes.
2006-03-14 kaf24@firebug... Trivial ia64 tools build fix.
2006-03-14 kaf24@firebug... Fix a bug which occurs when Xen is compiled with debug...
2006-03-14 kaf24@firebug... Fix the bug that hvm domain network breaks after xm...
2006-03-14 kaf24@firebug... Fix build error with -Wstrict-prototype.
2006-03-14 kaf24@firebug... Fix memory leak in xc_domain_dumpcore and simplify...
2006-03-14 kaf24@firebug... Fix a typo in a comment -- vmxloader is now hvmloader.
2006-03-14 kaf24@firebug... Fix PAE ptep_get_and_clear_full(). The fast path requir...
2006-03-14 kaf24@firebug... Initialise blkfront_info to zeroes after allocating it.
2006-03-14 kaf24@firebug... Revert some of the bigger changes in c/s 9217 as these...
2006-03-13 kaf24@firebug... Clean up block-device hotplug routines in xenlinux.
2006-03-13 kaf24@firebug... Add a 't' debug key to Xen for displaying info about...
2006-03-13 kaf24@firebug... Make time-backwarsd warning a run-time configurable...
2006-03-13 kaf24@firebug... The existing xc_domain_dumpcore is very specific to...
2006-03-13 emellor@leeni... xm top was listed twice in the help message -- remove...
2006-03-13 kaf24@firebug... Fix broken assertion in SEDF scheduler.
2006-03-12 kaf24@firebug... No need to pin/unpin intermediate pagetables in x86...
2006-03-12 kaf24@firebug... Ignore pinning of other than root page directories...
2006-03-12 kaf24@firebug... Add missing include of a header file to avoid a compile...
2006-03-12 kaf24@firebug... pciback sends evtchn notification to pcifront when...
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Remove blank line -- this was causing all the tests...
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Define TESTS to be the .test files, not the .py files...
2006-03-11 root@dyn9047022116... HG Patch
2006-03-11 emellor@leeni... - Reworked to use your match_domid suggestion and filtering
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Trivial fix to bind implementation.
2006-03-11 kaf24@firebug... Changeset 9134 introduced a caching mechanism when...
2006-03-11 kaf24@firebug... Currently if one tries to execute VMX instruction...
2006-03-11 kaf24@firebug... Enable the ejection of the physical cdrom tray, when...
2006-03-10 kaf24@firebug... More build config changes:
2006-03-10 kaf24@firebug... Replace memory_op subcommands reserved_phys_area and...
2006-03-10 cl349@firebug... Map grant table pages in vmalloc kernel address space...
2006-03-10 emellor@leeni... Minor fix to error message.
2006-03-10 emellor@leeni... Simplify the interface into httpserver and UnixHttpServ...
2006-03-10 emellor@leeni... Untangle XendRoot and XendLogging by having XendLogging...
2006-03-10 emellor@leeni... The attached patch cleans up the parsing of /proc/xen...
2006-03-10 stekloff@elm3b216... Fix test 11_create_concurrent_ps.py for HVM domains...
2006-03-10 kaf24@firebug... Clean the pending_intr processing sequence and fix...
2006-03-10 kaf24@firebug... Fix the gdbserver-xen for VMX guests.
2006-03-10 emellor@leeni... This patch
2006-03-09 stekloff@localhost... Adding hping TCP and UDP tests. They hping a number...
2006-03-09 stekloff@elm3b216... Fix xmtest 13_create_multinic_pos.py to work with HVM.
2006-03-09 kaf24@firebug... Fix a few small issues in xc_domain_dumpcore:
2006-03-09 kaf24@firebug... Move 'debug' build option into the outermost Config...
2006-03-09 kaf24@firebug... Clean up the usage of CFLAGS. This is nice for package...
2006-03-09 cl349@firebug... Change the location of the shared_info page for auto_tr...
2006-03-09 kaf24@firebug... Build MTRR support into privileged xenlinux x86/64.
2006-03-09 kaf24@firebug... Apply proper locking in xenlinux mtrr interface functions.
2006-03-09 kaf24@firebug... 64 bit pagetable builder added to mm.c
2006-03-09 kaf24@firebug... Explain disadvantages of building pciback as a module...
2006-03-09 kaf24@firebug... Make xc_linux_build() load the initrd page-by-page...
2006-03-09 kaf24@firebug... Clean up internal libxc functions to take 'const char *'
2006-03-09 kaf24@firebug... Add a parallel set of APIs to the domain builders to...
2006-03-09 kaf24@firebug... Adds a new device interface to xend/xm similar to the...
2006-03-09 kaf24@firebug... According to the April 2005 Intel Virtualization Techno...
2006-03-09 kaf24@firebug... Fix order-of-evaluation issue in xc_domain_dumpcore...
2006-03-08 kaf24@firebug... Clean up the interface for sharing xen-heap pages with...
2006-03-08 kaf24@firebug... Add missing include in hypercalls header file.
2006-03-08 kaf24@firebug... Allow pciback to be built as a module.
2006-03-08 kaf24@firebug... Allow pciback to be placed into a permissive mode of...
2006-03-08 kaf24@firebug... Trivial fix for pcifront bringup.
2006-03-08 kaf24@firebug... Fix call to set_timer in vlapic.c. Should not set timer...
2006-03-08 kaf24@firebug... Implement guest_access routines for copying to/from...
2006-03-08 kaf24@firebug... Undo misapplied search replace.
2006-03-08 kaf24@firebug... Lower-casify some macros, and rename kernel_mode()...
next